From: Linus Kardell Date: Tue, 9 Sep 2025 15:12:52 +0000 (+0200) Subject: tiff: correct PKG_LICENSE_FILES X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=fad9f018c7c0167c4a3f98cf972c3f92c3d6b625;p=feed%2Fpackages.git tiff: correct PKG_LICENSE_FILES Point to correct file name. Signed-off-by: Linus Kardell --- diff --git a/libs/tiff/Makefile b/libs/tiff/Makefile index 0e7bbd6025..f309a62ba1 100644 --- a/libs/tiff/Makefile +++ b/libs/tiff/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tiff PKG_VERSION:=4.7.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://download.osgeo.org/libtiff @@ -17,7 +17,7 @@ PKG_HASH:=67160e3457365ab96c5b3286a0903aa6e78bdc44c4bc737d2e486bcecb6ba976 PKG_MAINTAINER:=Jiri Slachta PKG_LICENSE:=libtiff -PKG_LICENSE_FILES:=COPYRIGHT +PKG_LICENSE_FILES:=LICENSE.md PKG_CPE_ID:=cpe:/a:libtiff:libtiff include $(INCLUDE_DIR)/package.mk